ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / PinningType Property

In This Topic
    PinningType Property (FlexGridBase<T>)
    In This Topic
    Gets or sets how the grid pins the column headers by clicking the icons toggles the column's frozen state
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property PinningType As PinningType
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual PinningType PinningType {get; set;}
    See Also